html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    font-size: 12px;
    color: #333;
}

main {
    display: block
}

h1 {
    font-size: 2em;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
    border: none;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.text-orange {
    color: #F3630E;
}

.box-border {
    box-sizing: border-box;
}

.box-content {
    box-sizing: content-box;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.clear-none {
    clear: none;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.hide {
    display: none;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.table-caption {
    display: table-caption;
}

.table-cell {
    display: table-cell;
}

.table-column {
    display: table-column;
}

.table-column-group {
    display: table-column-group;
}

.table-footer-group {
    display: table-footer-group;
}

.table-header-group {
    display: table-header-group;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.inline-grid {
    display: inline-grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-none {
    flex: none;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.no-underline {
    text-decoration: none;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-25 {
    font-size: 25px;
}

.text-26 {
    font-size: 26px;
}

.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

.font-face-encrypted {
    font-family: 'iconnumber' !important;
    letter-spacing: 1px;
    font-size: 12px;
    user-select: none;
    transform: scale(0.88);
    transform-origin: left;
}

/* ---------- lulu-ui ---------- */
.g-search-header input.ui-input,
.g-search-header .ui-input > input {
    height: 40px;
    line-height: 20px;
    padding: 9px 8px;
    border: 2px solid #f3630e;
    border-radius: 0;
    color: #4c5161;
    transition: border-color 0.15s, background-color 0.15s;
}

.g-search-header .ui-input:hover,
.g-search-header .ui-input:hover > input {
    border-color: #f3630e;
}

.g-wrap {
    width: 1200px;
    margin: 0 auto;
}

.g-header {
    background: #F8F8F8;
    color: #555;
    height: 30px;
    line-height: 30px;
}

.g-header .g-wrap {
    display: flex;
    height: 30px;
    align-items: center;
}

.g-header .mobile-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
    margin-right: 8px;
}

.g-header .mobile-btn:after {
    content: "";
    position: absolute;
    right: 0;
    height: 50%;
    width: 1px;
    border-right: 1px solid #ededed;
}

.g-header .mobile-btn .content {
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
    width: 193px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    text-align: center;
    z-index: 100;
}

.g-header .mobile-btn:hover .content {
    display: block;
}

.g-header .mobile-btn .content:hover {
    display: block;
}

.g-header .login-link {
    display: inline-flex;
    align-items: center;
    color: #3A8CEF;
    text-decoration: none;
    margin-left: 29px;
}

.g-header .register-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #F3630E;
    margin-left: 29px;
    margin-right: 15px;
}

.g-header .logout-link {
    margin-left: 15px;
}

.g-header .register-link .content {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 277px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px;
    line-height: 1.15;
    font-size: 12px;
    cursor: default;
    z-index: 100;
}

.g-header .register-link .content img {
    margin-right: 18px;
}

.g-header .register-link .content .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.g-header .register-link .content span {
    display: inline-block;
    color: #999;
    margin-bottom: 8px;
}

.g-header .register-link .content span + span {
    margin-left: 14px;
}

.g-header .register-link:hover .content {
    display: flex;
}

.g-header .register-link .content:hover {
    display: flex;
}

.g-header .right-wrap {
    display: flex;
}

.g-header .right-wrap > div {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.g-header .right-wrap > div .bi-caret-down-fill:before {
    transition: transform 0.3s;
}

.g-header .right-wrap > div:hover {
    background: #fff;
}

.g-header .right-wrap > div:hover .bi-caret-down-fill:before {
    transform: rotate(180deg);
}

.g-header .right-wrap > div .content {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 288px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px;
    cursor: default;
    z-index: 100;
}

.g-header .right-wrap > div .content > div + div {
    margin-top: 20px;
}

.g-header .right-wrap > div .content > a + a {
    margin-top: 20px;
}

.g-header .right-wrap > div:nth-of-type(1) .content a + a {
    margin-left: 28px;
}

.g-header .right-wrap > div .content a:hover {
    color: #F3630E;
}

.g-header .right-wrap > div:nth-of-type(2) .content img {
    margin-right: 10px;
}

.g-header .right-wrap > div:nth-of-type(2) .content span {
    display: inline-block;
    width: 50%;
    color: #999;
    line-height: 20px;
}

.g-header .right-wrap > div:nth-of-type(2) .content span:nth-child(even) {
    text-align: center;
}

.g-header .right-wrap > div:nth-of-type(2) .content b:hover {
    color: #F3630E;
}

.g-header .right-wrap > div:nth-of-type(3) .content {
    left: inherit;
    right: 0;
}

.g-header .right-wrap > div:nth-of-type(4) .content {
    left: inherit;
    right: 0;
}


.g-header .right-wrap > div:hover .content {
    display: block;
}

.g-search-header {
    background: #FFFFFF;
}

.g-search-header .g-wrap {
    position: relative;
    display: flex;
    height: 120px;
    align-items: center;
    color: #666;
}

.g-search-header .left-wrap {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.g-search-header .left-wrap i {
    width: 2px;
    height: 32px;
    background: #d8d8d8;
    margin: 0 17px;
}

.g-search-header .left-wrap .title-fu {
    width: 117px;
}

.g-search-header .form-wrap {
    margin-left: 166px;
}

.g-search-header .tab-wrap span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 14px;
}

.g-search-header .tab-wrap span.active {
    background-color: #f3630e;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: bold;
}

.g-search-header footer {
    font-size: 14px;
    margin-top: 6px;
}

.g-search-header footer a + a {
    margin-left: 5px;
}

.g-search-header .input-wrap {
    display: flex;
}

.g-search-header input {
    width: 449px;
    height: 40px;
    border: 1px solid #EDEDED;
    border-radius: 0;
}

.g-search-header .submit {
    width: 104px;
    height: 40px;
    background: #F3630E;
    border-radius: 0px 4px 16px 0px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.g-search-header .submit:hover {
    background: #E15400;
}

.g-search-header .post-purchase {
    display: inline-block;
    width: 108px;
    height: 40px;
    margin-left: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    cursor: pointer;
}

.g-footer-wrap {
    background-color: #171819;
    color: #dcddde;
    padding-top: 40px;
    font-size: 12px;
}

.g-footer-wrap .g-wrap {
    width: 1080px;
}

.g-footer-wrap .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}

.g-footer-wrap .footer-link h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.g-footer-wrap .footer-link a {
    display: block;
    margin: 10px 0;
    color: #dcddde;
    text-decoration: none;
}

.g-footer-wrap .footer-link > span {
    display: block;
    margin: 10px 0;
    color: #dcddde;
}

.g-footer-wrap .footer-link a:hover {
    color: #fff;
}

.g-footer-wrap .footer-link + .footer-link {
    margin-left: 130px;
}

.g-footer-wrap .line {
    height: 1px;
    background: rgba(151, 151, 151, 0.16);
    margin-top: 20px;
}

.g-footer-wrap .qrcode-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.g-footer-wrap .qrcode-wrap .title {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.g-footer-wrap .qrcode-wrap img {
    margin-bottom: 10px;
}

.g-footer-wrap .qrcode-wrap > div + div {
    margin-left: 58px;
}

.g-footer-wrap .copyright-wrap {
    text-align: center;
    padding: 16px 0;
    line-height: 2.4;
}

.g-footer-wrap .copyright-wrap span + span {
    margin-left: 24px;
}

.g-footer-wrap .copyright-wrap .police {
    background: url(/resources/assets/images/police.png) no-repeat left center;
    background-size: 16px;
    padding-left: 20px;
}

.m-browser-tip {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
}

.m-browser-tip .content {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.m-browser-tip .content h3 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    color: #ff6900;
}

.m-browser-tip .content a {
    color: #ff6900;
}


.m-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606266;
    padding: 10px 0;
}

.m-pagination select {
    width: 96px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    margin-left: 12px;
    outline: none;
}

.m-pagination .content {
    margin: 0 24px;
    display: flex;
}

.m-pagination .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #DCDFE6;
    background: #fff;
    color: #606266;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.m-pagination .number + .number {
    margin-left: 8px;
}

.m-pagination .number.active {
    color: #fff;
    background: #F3630E;
    border-color: #F3630E;
}

.m-pagination .number.disabled {
    background: #efefef;
    pointer-events: none;
}

.m-pagination .input {
    width: 69px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    margin: 0 9px;
    text-align: center;
    outline: none;
    transition: all 0.3s;
}

.m-pagination .input:focus {
    border-color: #F3630E;
}

.m-product-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}

.m-product-card.is-ad .img-wrap::after {
    content: '广告';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.m-product-card.is-placeholder {
    text-align: center;
}

.m-product-card.is-placeholder img {
    width: 100%;
}

.m-product-card.is-placeholder .statement {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 15px 0 13px;
}

.m-product-card.is-placeholder .tip {
    font-size: 12px;
    color: #666666;
}

.m-product-card.is-placeholder .link {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    background: #FFCA4B;
    text-align: center;
    border-radius: 4px;
    color: #333;
    margin-top: 12px;
    margin-bottom: 12px;
}

.m-product-card:hover {
    border-color: #F3630E;
}

.m-product-card .img-wrap {
    height: 0;
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.m-product-card .img-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.m-product-card .img-wrap .contact-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #ff6600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.m-product-card .img-wrap .contact-link:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAACM0lEQVQ4T13US6iVZRQG4GcpWkpapkmZRGAkODJvICFNQpIc1MwIMkwDwUJPEy84EcFbRIEUUWBoAy/kSEQbOrDUIGgQQXgPTRQp1Eqrs2LFOnpwTzZ7///3rne9ly/c98nMqXgFb+EZjOxX/sVFfIm9EXFm+NEY+pGZI/rgRizEIC7hAgrkCdSQB/Et1uPHiMjCGA40AZvxOn7Alv6+jXp5NB7HaizG93gHPxXYcKCHsAJP41Ncx58R8XtNzMxi8nAD1trv4hAGIuLa/0CZdwELrFas6dtxtZndwlK8hHW4gQ/xfA8/Gpk5Cc/V9KIbEbcy8xFsaq3WtlYf4xesjIjLmfkCduM41hTQe3gbpcUGHG5Gs7ADj+Jmu1fvnoyIm5lZ4h/EGLxaQB+01X810B5Mx/JmOrvXLXG/wVc4gSn4vDV9o4DmNMU/sASnMQ0volYsA0rkXbiMI/gZL7dOj2FfAT2FAxiPRZ2b+VjVU2f2WidxHp/gOyzAR5iI/UNiV34qzaXB3n44t2mXS6OwrZmciohfM7O0qYGVrWMFVHYXejlwDm9GxNnMrGpMbsHHdhBrtX863fW8nB4REX8P5ahSvRWv4Ys6HBEXe0hpUMOuRMRgZj7ZWtZ/n0XEb3cr0oF8FjsxD1/j/WZ4pyvyQGs20FqWg8sj4sr9XSt2MzrJldjKTjlYpa0Clynl5jic6sBWpqrQ90o77Baoq2NZr1kaFUiVtjSpytQ1UuufHmp+nf0PHQLDtsqZIV8AAAAASUVORK5CYII=) no-repeat center;
    background-size: 90%;
    margin-right: 3px;
}

.m-product-card .img-wrap:hover img {
    transform: scale(1.2);
}

.m-product-card:hover .contact-link {
    bottom: 0;
}

.m-product-card .body {
    margin-top: 2px;
    height: 146px;
    padding: 0 12px;
}

.m-product-card .body .price {
    color: #D11414;
    font-size: 18px;
    padding: 8px 0;
}

.m-product-card .body .price span {
    font-size: 14px;
}

.m-product-card .body .title {
    display: block;
    font-size: 12px;
    color: #333;
    height: 36px;
    line-height: 18px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m-product-card .body .title:hover {
    color: #D11414;
}

.m-product-card .body .company {
    display: flex;
    color: #999;
}

.m-product-card .body .company:hover {
    color: #FD791A;
}

.m-product-card .body .company-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-product-card .body .logos {
    display: flex;
    margin-left: 3px;
}

.m-product-card .body .has-certificate {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(/resources/assets/images/icon-certificate.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.b2b {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-b2b.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.yxc {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-yxc.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.ezt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-ezt.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.jmx {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-jmx.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.sl {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-sl.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.syt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-syt.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .address {
    font-size: 12px;
    color: #666666;
    margin-top: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAuNzVhNS41IDUuNSAwIDAgMSA1LjUgNS41YzAgMS43OC0xLjE3NiAzLjgxNC0yLjUwMiA1LjI4NiAxLjUzMi4zMiAyLjUwMi44OSAyLjUwMiAxLjcxNCAwIDEuMjY2LTIuNDQ2IDItNS41IDJzLTUuNS0uNzM0LTUuNS0yYzAtLjgyNC45Ny0xLjM5NSAyLjUwMi0xLjcxNUMzLjY3NiAxMC4wNjQgMi41IDguMDMgMi41IDYuMjVBNS41IDUuNSAwIDAgMSA4IC43NXptMi4xMzIgMTEuNjQ4bC0uMDQ3LjA0MmMtLjc5Ni42OTgtMS41NjMgMS4xMzItMi4wODUgMS4xMzItLjUzMiAwLTEuMzE5LS40NS0yLjEzLTEuMTcyYTkuMDU5IDkuMDU5IDAgMCAwLTEuNDEzLjMxNWwtLjI4LjA5N2MtLjQzMi4xNjMtLjY3Ny4zMjctLjY3Ny40MzggMCAuMjE2LjYxOC40OTggMS41ODcuNzA3bC4zOC4wNzVjLjMyOC4wNi42ODguMTEgMS4wNy4xNDdsLjQ3LjAzOGExNS4xNiAxNS4xNiAwIDAgMCAxLjk4NiAwbC40Ny0uMDM4Yy4zODItLjAzNy43NDItLjA4OCAxLjA3LS4xNDdsLjM4LS4wNzVjLjk2OS0uMjEgMS41ODctLjQ5MSAxLjU4Ny0uNzA3IDAtLjIxNS0uOTMtLjYzNy0yLjM2OC0uODUyek04IDEuNzVhNC41IDQuNSAwIDAgMC00LjUgNC41YzAgMS41MTguODA4IDMuMDcgMi4xNSA0LjQ3NmwuMTQyLjE0Ni4xNDYuMTQzLjI5OC4yNzguMTUuMTM0LjI5OS4yNTMuMjg4LjIzLjI2OS4yMDMuMTI1LjA5LjIyNi4xNTUuMTg2LjExNmMuMTEuMDYzLjE4Ni4wOTguMjIxLjA5OHMuMTEyLS4wMzUuMjIxLS4wOThsLjA4OC0uMDUzLjIwNy0uMTM2LjI0Mi0uMTcyLjI3LS4yMDMuMjg3LS4yMy4zNzQtLjMyLjA3NS0uMDY3LjI5OC0uMjc4Yy4wOTgtLjA5NC4xOTUtLjE5MS4yODgtLjI4OSAxLjM0Mi0xLjQwNSAyLjE1LTIuOTU4IDIuMTUtNC40NzZBNC41IDQuNSAwIDAgMCA4IDEuNzV6bTAgMmEyLjUgMi41IDAgMSAxIDAgNSAyLjUgMi41IDAgMCAxIDAtNXptMCAxYTEuNSAxLjUgMCAxIDAgMCAzIDEuNSAxLjUgMCAwIDAgMC0zeiIgZmlsbD0iIzY2NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+) no-repeat left center;
    background-size: contain;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-store-footer {
    padding-top: 32px;
    width: 100%;
    height: 160px;
    background: #171819;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 0 solid #000;
}

.g-store-footer .line {
    margin: 0 24px;
}

.g-store-footer .row {
    margin-top: 16px;
}

.g-store-footer .row img {
    vertical-align: middle;
}

.g-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 1200;
}

.g-sidebar .contact-box {
    position: relative;
    top: 25%;
}

.g-sidebar .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 90px;
    background: #fff;
    font-size: 14px;
    color: #f3630e;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.g-sidebar .contact-wrap img {
    width: 24px;
}

.g-sidebar .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/resources/assets/images/icon_aside.png);
    background-repeat: no-repeat;
    background-size: 52px 120px;
}

.g-sidebar .contact-wrap .icon-phone {
    background-position: 0 0;
}

.g-sidebar .contact-wrap:hover .icon-phone {
    background-position: -28px 0;
}

.g-sidebar .contact-wrap .icon-phone.icon-big {
    width: 48px;
    height: 48px;
    background-size: 104px 240px;
}

.g-sidebar .contact-wrap:hover .icon-phone.icon-big {
    background-position: 0 0;
}

.g-sidebar .contact-wrap .icon-acg {
    background-position: 0 -24px;
}

.g-sidebar .contact-wrap:hover .icon-acg {
    background-position: -28px -24px;
}

.g-sidebar .contact-wrap .icon-qrcode {
    background-position: 0 -48px;
}

.g-sidebar .contact-wrap:hover .icon-qrcode {
    background-position: -28px -48px;
}

.g-sidebar .contact-wrap .icon-user {
    background-position: 0 -72px;
}

.g-sidebar .contact-wrap:hover .icon-user {
    background-position: -28px -72px;
}

.g-sidebar .to-top .icon-top {
    background-position: 0 -96px;
}

.g-sidebar .to-top:hover .icon-top {
    background-position: -28px -96px;
}

.g-sidebar .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -210px;
    width: 170px;
    padding: 24px 5px 24px 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f3630e;
    text-align: left;
    line-height: 20px;
    z-index: -1;
}

.g-sidebar .info-box img {
    width: 40px;
    margin-right: 8px;
}

.g-sidebar .erweima-info {
    position: absolute;
    top: -10px;
    right: -210px;
    width: 130px;
    height: 164px;
    padding: 20px 0 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

.g-sidebar .erweima-info img {
    width: 88px;
    margin-bottom: 8px;
}

.g-sidebar .erweima-info p {
    line-height: 19px;
    color: #333333;
}

.g-sidebar .info-box-show {
    right: 56px;
}

.g-sidebar .to-top {
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.g-sidebar .to-top img {
    width: 24px;
}

.g-sidebar .acg-contact-wrap {
    position: fixed;
    top: 0;
    right: -320px;
    width: 260px;
    padding: 20px 24px 50px;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.06);
    box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #2d2e36;
    text-align: center;
    z-index: -1;
}

.g-sidebar .acg-contact-wrap.acg-contact-show {
    right: 56px;
}

.g-sidebar .acg-contact-wrap .head-box {
    margin-bottom: 24px;
    text-align: right;
}

.g-sidebar .acg-contact-wrap .head-box img {
    width: 16px;
    cursor: pointer;
}

.g-sidebar .acg-contact-wrap p {
    line-height: 20px;
}

.g-sidebar .acg-contact-wrap .kefu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 104px;
    height: 30px;
    margin: 12px auto 17px;
    background: #ffca4b;
    border-radius: 4px;
    box-shadow: 0 0 10px 4px rgba(255, 202, 75, .6);
}

.g-sidebar .acg-contact-wrap .kefu-btn img {
    width: 16px;
    margin-right: 5px;
}

.g-sidebar .acg-contact-wrap h6 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
}

.g-sidebar .acg-contact-wrap input {
    width: 212px;
    height: 40px;
    margin-top: 12px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #ededed;
    outline: none;
}

.g-sidebar .acg-contact-wrap .contact-yzmbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-sidebar .acg-contact-wrap .contact-yzmbox input {
    width: 126px;
}

.g-sidebar .acg-contact-wrap .contact-yzmbox img {
    width: 76px;
    height: 40px;
    margin: 12px 0 0 10px;
}

.g-sidebar .acg-contact-wrap .info-submit {
    width: 212px;
    height: 40px;
    margin: 12px auto 48px;
    background: #f3630e;
    border-radius: 4px;
    border: none;
    outline: none;
    line-height: 40px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.g-sidebar .acg-contact-wrap .erweima-box {
    margin-top: 12px;
}

.g-sidebar .acg-contact-wrap .erweima-box img {
    width: 160px;
}

.g-sidebar .yxc-icon-price{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon1.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-price{
    background: url("/resources/assets/images/yxc_product_detail/side_icon11.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-phone{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon2.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-phone{
    background: url("/resources/assets/images/yxc_product_detail/side_icon21.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-contact{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon3.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-contact{
    background: url("/resources/assets/images/yxc_product_detail/side_icon31.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-mobile{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon4.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-mobile{
    background: url("/resources/assets/images/yxc_product_detail/side_icon41.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-top{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon5.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .to-top:hover .yxc-icon-top{
    background: url("/resources/assets/images/yxc_product_detail/side_icon51.png") center no-repeat;
    background-size: 24px 24px;
}

/* ---------- bootstrap-growl ---------- */
.bootstrap-growl {
    min-width: 280px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 50px;
    color: #666666;
    font-size: 14px;
    white-space: nowrap;
    -webkit-animation: bootstrapGrowlEffect 0.5s;
    animation: bootstrapGrowlEffect 0.5s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12),
    0px 0px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #dddddd;
    border-radius: 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.bootstrap-growl:before {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    color: #ffffff;
    font-family: bootstrap-icons !important;
    text-align: center;
    box-sizing: border-box;
}

.bootstrap-growl.alert-info:before {
    content: "\f26e";
    background-color: #00b6f5;
    font-size: 20px;
}

.bootstrap-growl.alert-success:before {
    content: "\f26e";
    background-color: #00d75e;
    font-size: 20px;
}

.bootstrap-growl.alert-warning:before {
    content: "\f62a";
    background-color: #ff7400;
    font-size: 20px;
}

.bootstrap-growl.alert-danger:before {
    content: "\f62a";
    background-color: #fc272f;
    font-size: 20px;
}

@keyframes bootstrapGrowlEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bootstrapGrowlEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.video-logo{
    position: absolute;
    top: 44px;
    left: 190px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    width: 136px;
    height: 32px;
    border-left: 2px solid #DEDEDE;
    background: url("/resources/assets/images/video/video_logo.svg") no-repeat center;
    background-size: 108px 26px;
}

.m-video-box{
    margin: 0 10px 10px 0;
    width: 292px;
    height: 240px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
}

.m-video-box .cover-box{
    position: relative;
    width: 100%;
    height: 165px;
    cursor: pointer;
    overflow: hidden;
}

.m-video-box .cover-box:hover .cover-img{
    transform: scale(1.2);
}

.m-video-box .cover-box .cover-img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.m-video-box .cover-box .play-btn{
    position: absolute;
    left: 123px;
    top: 59px;
    width: 48px;
    height: 48px;
}

.m-video-box .cover-box .play-btn img{
    width: 100%;
    height: 100%;
}

.m-video-box .info-box{
    display: flex;
    padding: 12px;
    align-items: center;
}

.m-video-box .info-box .logo{
    margin-right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.m-video-box .info-box .video-title{
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

.m-video-box .info-box .video-title:hover{
    color: #F3630E;
}

.m-video-box .info-box .company-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.m-video-box .info-box .company-name .name-text{
    margin-top: 5px;
    width: 185px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.m-video-box .info-box .company-name .name-text:hover{
    color: #F3630E;
}

.m-video-box .info-box .highest-level.b2b {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-b2b.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.yxc {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-yxc.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.ezt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-ezt.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.jmx {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-jmx.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.sl {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-sl.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.syt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-syt.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

/*西瓜视频播放器进度条颜色*/
.xgplayer-skin-default .xgplayer-progress-played{
    background: #4390EC !important;
}

.xgplayer-skin-default .xgplayer-drag{
    background: #4390EC !important;
}
